EinhugurCoreBridge.NSObject
NSDictionary
NSDictionary (private) | This constructor is private since you cannot create instance of this class directly. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Count | Returns number of key value pairs in the dictionary. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
shared Cast | Does deep cast on incoming NSObject to NSDictionary |
DoubleForKey | Returns Double for a given key. |
shared FromIntegerPtr | Constructs NSDictionary object from Integer handle coming from declares or 3rd party plugin. |
GetKeys | Returns a new NSArray containing the dictionary’s keys, or an empty array if the dictionary has no entries. |
GetValues | Returns a new NSArray containing the dictionary’s values, or an empty array if the dictionary has no entries. |
IntegerForKey | Returns Integer for a given key. |
shared IsNSDictionary | Returns true if the NSObject under the hood is NSDictionary or derived from NSDictionary. |
ObjectForKey | Returns NSObject for a given key, or nil if key was not found. |
ObjectForKey | Returns NSObject for a given string key, or nil if key was not found. |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
StringForKey | Returns String for a given key. |
Version = 5.0 (Inherited) |